home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950329-19950528 / 000402_news@columbia.edu_Wed May 17 23:04:18 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  4KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA06888
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Wed, 17 May 1995 19:04:25 -0400
  3. Received: by apakabar.cc.columbia.edu id AA27114
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Wed, 17 May 1995 19:04:24 -0400
  5. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  6. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: Using Z-modem within C-kermit.
  9. Date: 17 May 1995 23:04:18 GMT
  10. Organization: Columbia University
  11. Lines: 61
  12. Message-Id: <3pdvdi$qf7@apakabar.cc.columbia.edu>
  13. References: <D8MDIC.9yL@argus.mh.nl>
  14. Nntp-Posting-Host: watsun.cc.columbia.edu
  15. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  16.  
  17. In article <D8MDIC.9yL@argus.mh.nl>, Ron Bollen <bll@argus.mh.nl> wrote:
  18. : I hope anyone can help me with this problem.
  19. : I am using a DECsystem running Ultrix as a sort of BBS. Client can call 
  20. : this system and retrieve information. Also the downloading of files 
  21. : using kermit of z-modem is possible.
  22. : The modems I am using are hooked on a Netblazer (Telebit) and can be 
  23. : accessed throught an ip-address. (So the modempool can be reached via 
  24. : a telnet-session.)
  25. : Now I want to transfer files using Z-modem and Kermit to the client-systems 
  26. : during the night in a batch-way.
  27. : I can use C-kermit (190) which does this perfectly using the 
  28. : "set host Ip-address" to connect to the modempool and so on. 
  29. :
  30. Thank you for acknowledging this in public.  So few people take the trouble
  31. to notice such things :-)
  32.  
  33. : But I want to use Z-modem filetransfer too. 
  34. : Is it possible to use Z-modem within C-kermit and how can I set it up?
  35. : Maybe anyone knows a product that contains this functionality. 
  36. : (Connecting the modempool throught an Ip-address, making the connection 
  37. : to the customer and transfering files using the Z-modem-protocol.)
  38. This is a rather strange question to appear in the Kermit newsgroup.
  39. Why are there are so many questions of like this?  "I have a very
  40. complicated setup and Kermit works perfectly, but I want to use Zmodem..."
  41.  
  42. Kermit is good at these things because it is designed to be flexible.  It is
  43. independent of particular communications media.  It has a scripting language.
  44. It is one of the very few, if not the only, communications software programs
  45. for UNIX that can dial a modem that is connected to a terminal server that can
  46. only be reached by TELNET.  We went to a lot of trouble to give you this
  47. functionality.
  48.  
  49. You will also find that file transfers tend to work over such connections,
  50. and even stranger ones than these.
  51.  
  52. In other words, Kermit is not only a robust file transfer protocol, but also
  53. a good communications software program.
  54.  
  55. The most common reasons for people wishing to use Zmodem on the same
  56. connection where Kermit works fine are:
  57.  
  58.  . They think Zmodem will go faster.  This is rarely true.  Please read
  59.    our FAQ at http://www.columbia.edu/kermit/faq.txt.
  60.  
  61.  . Kermit protocol, or a good version of it, is not available on the other
  62.    end.
  63.  
  64. The latter should be addressed by installing decent Kermit implementations
  65. on BBSs and other dialup services.  With the advent of Kermit Lite for DOS
  66. and Windows and C-Kermit for OS/2, UNIX, VMS, and numerous other operating
  67. systems, both of which are designed for easy use as "external protocols",
  68. there is no reason not to have fast and reliable Kermit service everywhere.
  69. For example, see the article on Kermit and BBS's in Kermit News #6:
  70.  
  71.   http://www.columbia.edu/kermit/newsn6.html
  72.  
  73. - Frank